func go/types.findPath
3 uses
go/types (current package)
initorder.go#L79: cycle := findPath(check.objMap, n.obj, n.obj, make(map[Object]bool))
initorder.go#L140: func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object {
initorder.go#L159: if P := findPath(objMap, d, to, seen); P != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)